-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix GitHub actions #187
Fix GitHub actions #187
Conversation
Idk, how to grant permission to run actions automatically and if it is permitted by grafana org. Another thing you can do is to create a fork and run workflows in your fork ( it probably will not help with macOS arm64 runners though) |
@korniltsev can you run the actions? I think everything is done for ruby side -- for python there are some issues with the build wheels that I'm working on |
we cannot use
|
554c4e1
to
b1f7d63
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- please fix a specific toolchain version, not
stable
- lets try using
macos-14
runners? The "11.0" we used to use is now offline and unavailable.
Thank you a lot! 🎉 |
@korniltsev I think its ready 👀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Toolchain is still stable in workflows. Please Either fix it or try to remove toolchain altogether if possible
Also am I understanding correctly that we are switching from arm native runner to running arm on qemu? If so, we better bring back native execution for speed, we dont need slow builds. |
Great job! |
This reverts commit dea3db2.
Signed-off-by: Kwong Tung Nan <[email protected]>
Signed-off-by: Kwong Tung Nan <[email protected]>
Got it. Reverted at a29824a
Fixed 😁 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets gooo!
I recokn there maybe more issues with release/publish pipelines since we did not trigger them in this PR. I will try to release python today.
Attempting to fix github actions.